From 636f0d2b801d02aac466c82f30c5608cc1f7f1d9 Mon Sep 17 00:00:00 2001 From: oliskoli Date: Mon, 10 Mar 2008 19:55:03 +0000 Subject: [PATCH] garmin_txt: Don't write additional when temperature present. --- gpsbabel/garmin_txt.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gpsbabel/garmin_txt.c b/gpsbabel/garmin_txt.c index b5a0bbac4..e17a9a6fc 100644 --- a/gpsbabel/garmin_txt.c +++ b/gpsbabel/garmin_txt.c @@ -482,7 +482,6 @@ print_temperature(const float temperature) gbfprintf(fout, "%.f C", temperature); else gbfprintf(fout, "%.f F", (temperature * 1.8) + 32); - gbfprintf(fout, "\t"); } static void -- 2.30.2